home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / floatMenu.dxr / Internal_32.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  370 b   |  14 lines

  1. on mouseUp
  2.   global refFromPresMovie, refFromPresFrame, gPathMode, gPathMovieList, gPathFrameList, gPathCounter
  3.   repeat with i = 5 to 14
  4.     puppetSprite(sprite(i), 0)
  5.   end repeat
  6.   updateStage()
  7.   tell the stage
  8.     set refFromPresMovie to the movie
  9.     set refFromPresFrame to marker(0)
  10.     forget(window "floatMenu")
  11.     go(1, "@\Database\RefTools")
  12.   end tell
  13. end
  14.